projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b5630e
)
Fix typo in Doug Lea malloc configure log
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 17 Dec 2015 18:09:02 +0000
(10:09 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 17 Dec 2015 18:09:19 +0000
(10:09 -0800)
* configure.ac (emacs_cv_var_doug_lea_malloc):
Fix typo that confused the log output of 'configure'.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 14a142805d9f7733b14aacd866c6927e6b2537a1..a5b9bd3d377de6d9275c2815f78f1c29abcae778 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2103,8
+2103,8
@@
AC_CACHE_CHECK(
[[malloc_set_state (malloc_get_state ());
__after_morecore_hook = hook;
__malloc_initialize_hook = hook;]])],
- [emacs_cv_var_doug_lea_malloc=yes])
])
- fi
+ [emacs_cv_var_doug_lea_malloc=yes])
+ fi
])
doug_lea_malloc=$emacs_cv_var_doug_lea_malloc
system_malloc=$emacs_cv_sanitize_address